home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1994.12.gz / 1994.12 / 000020_heiko@lotte.sax.de_Mon Dec 5 11:49:05 1994.msg < prev    next >
Internet Message Format  |  1994-12-30  |  2KB

  1. Received: from irz301.inf.tu-dresden.de by cs.umb.edu with SMTP id AA28069
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Mon, 5 Dec 1994 06:27:53 -0500
  3. Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP
  4.     (5.67b+/DEC-Ultrix/4.3) id AA16841; Mon, 5 Dec 1994 12:28:02 +0100
  5. Received: from lotte.sax.de (uucp@localhost) by sax.sax.de (8.6.9/8.6.9) with UUCP id MAA04467 for cs.umb.edu!tex-k; Mon, 5 Dec 1994 12:31:56 +0100
  6. Received: by iva.lotte.sax.de (Linux /\oo/\ Smail3.1.29.1 #20)
  7.     id m0rEa2c-0002gXC; Mon, 5 Dec 94 10:49 MET
  8. Message-Id: <m0rEa2c-0002gXC@iva.lotte.sax.de>
  9. From: heiko@lotte.sax.de (Heiko Schlittermann)
  10. Subject: MakeTeXPK failed (font created but misnamed?)
  11. To: tex-k@cs.umb.edu (TeX)
  12. Date: Mon, 5 Dec 1994 10:49:05 +0100 (MET)
  13. X-Phone/Fax: +49 351 4677438
  14. X-Mailer: ELM [version 2.4 PL23]
  15.  
  16. Hello,
  17.  
  18. I had a LaTeX document using \mag=910 at the very beginning.  TeXing
  19. went well, as xdvi'ing too (with app defaults as:
  20.     *.maketexpk:        true
  21.     *.mfmode:            lqhires
  22.     *.pixelsPerInch:    360
  23.     *.expert:            true
  24.     *.paper:            a4
  25.     *.shrinkFactor:        6
  26.     *.hushSpecials:        true
  27. )
  28.  
  29. but dvips'ing went wrong.   It seems that MakeTeXPK/mf didn't create
  30. the font dvips wanted.  
  31.  
  32. missfont.log says:
  33.  
  34. MakeTeXPK cmr10 274 300 magstep\(0.5\) cx
  35.  
  36.  
  37. dvips looked for cmr10.274gf (as seen from strace).  But MakeTeXPK
  38. created cmr10.329gf (as seen from MakeTeXPK's/mf's output.)
  39.  
  40. As a temporary fix I did:
  41.  
  42. --- /usr/local/bin/MakeTeXPK    Tue Nov 29 10:46:59 1994
  43. +++ MakeTeXPK    Mon Dec  5 10:47:23 1994
  44. @@ -1,5 +1,5 @@
  45.  #!/bin/sh
  46. -# original MakeTeXPK -- make a new PK font, because one wasn't found.
  47. +# MakeTeXPK -- make a new PK font, because one wasn't found.
  48.  # Version 0.5.
  49.  # 
  50.  # (If you change or delete the word `original' on the previous line,
  51. @@ -249,7 +249,8 @@
  52.    fi # first mf failed
  53.    
  54.    # If we couldn't make the font, quit.
  55. -  test -r $GFNAME || \
  56. +  GFNAME=*gf
  57. +  test $GFNAME || \
  58.      { echo "$0: Metafont failed to make $GFNAME." >&2; exit 1; }
  59.  
  60.    # Success.  Make the PK file.
  61.  
  62.  
  63. But that didn't what I want.  Now dvipsk doesn't fail, but the space
  64. between letters are too narrow.
  65.  
  66.  
  67. (If I run xdvi with mode cx and resolution 300 as dvips the same
  68. effect as with dvips occures.)
  69.  
  70.  
  71. So please tell me, what's wrong?  
  72. I?  
  73. Is it a bug or a feature?
  74.  
  75. Is there possibly a bug in calculating the needed gf-file or/and the
  76. arguments for MakeTeXPK?
  77.  
  78.  
  79. heiko.